/*==-=-=-=-= mobile friendly =-=-=-=-==*/
@media only screen and (max-width: 600px) {
    .panel-border-wide {
        padding: 0;
        border-width: 0;
    }

    .panel-body .form-group input.form-control {
        width: 100%;
    }

    form button {
        width: 100%;
        display: block;
    }
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=            Sitewide           =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.body-wrapper {
    /*padding-top: 10px; govt styling*/
    height: auto;
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0px;
    width: 100%;
}

.main-page-header {
    margin-top: 45px;
    font-size: 24px;
    line-height: 1.25;
}

.disabledCss {
    cursor: not-allowed;
}

.text-left {
    text-align: left;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=              Size             =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.fullWidth {
    width: 100%;
}

.fourFifthsWidth {
    width: 80%;
}

.twoThirdsWidth {
    width: 66%;
}

.halfWidth {
    width: 100%;
}

.oneThirdWidth {
    width: 33%;
}

.startsHidden {
    display: none;
}

/*==-=-=-=-= Error panel css =-=-=-=-==*/
.feedbackList {
    list-style: none;
}

.feedbackText {
    font-weight: normal;
}

/*==-=-=-=-= hr horizontal line =-=-=-=-==*/
.hr {
    border: 0;
    border-top: 1px solid #eee;
    height: 0px;
    line-height: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.hr-title {
    background-color: #fff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=            Loading            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#loadingSplash {
    margin-top: 150px;
}

#loadingText {
    text-align: center;
}

.balls {
    border: 0.01em solid rgba(150, 150, 150, 0.1);
    border-radius: 50%;
    font-size: 100px;
    height: 1em;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    width: 1em;
}

.balls li {
    border-radius: 50%;
    height: 0.2em;
    position: absolute;
    width: 0.2em;
}

.balls li:nth-child(1) {
    -webkit-animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: #00c176 none repeat scroll 0 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    top: 0;
    -o-transform-origin: 50% 250% 0;
    -webkit-transform-origin: 50% 250% 0;
    transform-origin: 50% 250% 0;
}

.balls li:nth-child(2) {
    -webkit-animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
    animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
    background: #ff003c none repeat scroll 0 0;
    margin: -0.1em 0 0;
    right: 0;
    top: 50%;
    -o-transform-origin: -150% 50% 0;
    -webkit-transform-origin: -150% 50% 0;
    transform-origin: -150% 50% 0;
}

.balls li:nth-child(3) {
    -webkit-animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
    animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
    background: #fabe28 none repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    -o-transform-origin: 50% -150% 0;
    -webkit-transform-origin: 50% -150% 0;
    transform-origin: 50% -150% 0;
}

.balls li:nth-child(4) {
    -webkit-animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
    animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
    background: #88c100 none repeat scroll 0 0;
    margin: -0.1em 0 0;
    top: 50%;
    -o-transform-origin: 250% 50% 0;
    -webkit-transform-origin: 250% 50% 0;
    transform-origin: 250% 50% 0;
}

@keyframes opa {
    12% {
        opacity: 0.8;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.6;
    }

    66.6% {
        opacity: 0.52;
    }

    70% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.6;
    }

    84.2% {
        opacity: 0.75;
    }

    91% {
        opacity: 0.87;
    }
}

@keyframes rota {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=             Footer            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.FooterImage {
    width: 200px;
    height: 200px
}

.FooterLink {
    padding: 0 !important;
    width: 200px;
    height: 200px
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=             TopBar            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

#proposition-links > li {
    margin-top: 0 !important;
    list-style: none;
}

@media only screen and (max-device-width: 600px) {
    #proposition-links > li {
        width: 25% !important;
    }
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=           Redirect            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.linkButton {
    align-items: normal;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(0, 0, 238);
    border-style: none;
    box-sizing: content-box;
    color: #005ea5;
    cursor: pointer;
    display: inline;
    font: inherit;
    height: auto;
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    text-decoration: underline;
    transform-origin: 0 0;
    width: auto;
    -moz-appearance: none;
    -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
    -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

.linkButton:hover {
    color: #2b8cc4;
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none) {
    /* Mozilla-only */
    .linkButton::-moz-focus-inner { /* reset any predefined properties */
        border: none;
        padding: 0;
    }

    .linkButton:focus { /* add outline to focus pseudo-class */
        outline-style: dotted;
        outline-width: 1px;
    }
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=              Login            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#captchaButton {
    width: 250px;
    display: inline-block;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=             Logout            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.logged-out iframe {
    display: none;
    height: 0;
    width: 0;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=            TwoFactor           =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.twoFactorList {
    list-style-type: disc;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=             Consent           =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.task-list {
    margin-top: 0px;
}

.task-list .task-list-items .task-list-item .task-name {
    width: 80%;
    float: left;
}

.button-opacity {
    opacity: 0.6;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=             Infosec           =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#support {
    unicode-bidi: bidi-override;
    direction: rtl
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=            Edit User          =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.subHeading {
    font-size: 11pt;
    font-weight: 300;
    text-align: center
}

.searchCheckbox {
    margin-top: 25px;
}

.userList {
    font-family: 'Lato', sans-serif;
    list-style: none;
    margin: 0px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow-y: auto;
    overflow-x: hidden;
    height: 860px;
}

.userList > .selected {
    outline: 3px solid #ffbf47;
}

.userList > .userResult:last-child {
    margin: 0px 0px 0px !important;
}

.userList > .userResult:hover {
    background-color: #2387C5;
    color: rgb(255, 255, 255);
}

.userResult {
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0px 0px 5px rgb(51, 51, 51);
        box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);*/
    cursor: pointer;
    /*color: rgb(75, 110, 168);*/
    display: block;
    margin: 0px 0px 15px;
    position: relative;
    width: 100%;
    height: 81px;
    border: 2px solid #0b0c0c;
    text-align: left;
    text-overflow: ellipsis;
}

.userResult > .name {
    font-size: 14pt;
    font-weight: 700;
}

.userResult > .email {
    font-size: 11pt;
    text-overflow: ellipsis;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.userResult > .telephone {
    font-size: 11pt;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}

.noResults {
    margin-top: 50px;
    font-size: x-large;
    text-align: center;
}

#resultCountBadge {
    display: unset;
    line-height: unset;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=-=-=
  =-=           Edit User            =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*

#tab-content > :not(.is-active) {
    display: none;
}

#tab-content > .is-active {
    display: block;
}
*/


#tab-content > :not(.is-active) {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}


#tab-content > .is-active {
    visibility: visible;
}

.fc-event-title {
    font-size: 12px;
}

.fc-event-time {
    font-size: 12px;

}

/*.fc-daygrid-event-dot {
    display: none;
}*/

.multiple-choice [type=radio] + label::before {
    box-sizing: unset !important;
}


.loginProfileDetails{
    font-weight: bold;
    font-size: medium;
}

.loginProfileAlert{
    color: red;
}

/*
.modal-card {
    width: 95% !important;
}

.tabs:not(:last-child) {
    margin-bottom: 0;
}




*/


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=            New User           =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.input-group-addon {
    min-width: 130px;
    text-align: left;
}

.permissionsBox {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.permissionsContents {
    display: inline-block;
}

#CustomerPermissions {
    width: 100%
}

#CustomerRadios {
    float: left;
    width: 45%;
    display: inline-block;
}

#PermissionsChecks {
    float: left;
    width: 45%;
    display: inline-block;
}

.CustomerLabel {
    text-transform: capitalize
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  =-=         Progress Bar          =-=
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.progress::-webkit-progress-bar {
    background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
    background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
    background-color: #4a4a4a;
}

.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
}

/*score 0*/
.progress.score0::-webkit-progress-value {
    background-color: #e80e0e;
}

.progress.score0::-moz-progress-bar {
    background-color: #e80e0e;
}

.progress.score0::-ms-fill {
    background-color: #e80e0e;
}

.progress.score0:indeterminate {
    background-image: linear-gradient(to right, #e80e0e 30%, #dbdbdb 30%);
}

/*score 1*/
.progress.score1::-webkit-progress-value {
    background-color: #e80e0e;
}

.progress.score1::-moz-progress-bar {
    background-color: #e80e0e;
}

.progress.score1::-ms-fill {
    background-color: #e80e0e;
}

.progress.score1:indeterminate {
    background-image: linear-gradient(to right, #e80e0e 30%, #dbdbdb 30%);
}

/*score 2*/
.progress.score2::-webkit-progress-value {
    background-color: #ff6a06;
}

.progress.score2::-moz-progress-bar {
    background-color: #ff6a06;
}

.progress.score2::-ms-fill {
    background-color: #ff6a06;
}

.progress.score2:indeterminate {
    background-image: linear-gradient(to right, #ff6a06 30%, #dbdbdb 30%);
}

/*score 3*/
.progress.score3::-webkit-progress-value {
    background-color: #fff700;
}

.progress.score3::-moz-progress-bar {
    background-color: #fff700;
}

.progress.score3::-ms-fill {
    background-color: #fff700;
}

.progress.score3:indeterminate {
    background-image: linear-gradient(to right, #fff700 30%, #dbdbdb 30%);
}

/*score 4*/
.progress.score4::-webkit-progress-value {
    background-color: #1aff01;
}

.progress.score4::-moz-progress-bar {
    background-color: #1aff01;
}

.progress.score4::-ms-fill {
    background-color: #1aff01;
}

.progress.score4:indeterminate {
    background-image: linear-gradient(to right, #1aff01 30%, #dbdbdb 30%);
}

.progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #dbdbdb;
    background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
    background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
    background-color: transparent;
}


#strengthPanel {
    padding-top: 25px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}


@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}


#permissionsFeedback {
    display: inline-block;
    width: 100%;
}
